projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5c4af
)
Fix previous change: use Dimension, not short.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 21 Jun 1994 01:06:13 +0000
(
01:06
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 21 Jun 1994 01:06:13 +0000
(
01:06
+0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 43398848084738963b7dda9ad3f225ef167c0321..1d513c806afaee17570403e4aafdc67ed14fe626 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1935,7
+1935,7
@@
x_window (f, window_prompting, minibuffer_only)
if (FRAME_EXTERNAL_MENU_BAR (f))
{
-
short
ibw;
+
Dimension
ibw;
XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL);
menubar_size += ibw;
}